SetOutlineLvl
Sets the outline level for the specified properties.
Syntax
expression.SetOutlineLvl(nLvl);
expression
- A variable that represents a ApiParagraph class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
nLvl | Optional | Number | The outline level. Possible values: 0-8. The 0 value means the basic outline level. To set no outline level, use this method without a parameter. |
Returns
boolean